@charset "utf-8";
body {
  background: #fff;
}
/* CSS Document */
/* 通用信息列表_普通式 */
.infoList li {
  height: 24px;
  line-height: 24px;
}
.infoList li .date {
  float: right;
  color: #999;
}
/* 多个上滚动 - 图片- 公用类 */
.topLoop {
  overflow: hidden;
  position: relative;
}
.topLoop .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
}
.topLoop .hd .prev, .topLoop .hd .next {
  display: block;
  width: 9px;
  height: 10px;
  line-height: 10px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("images/icoUp.gif") center no-repeat;
}
.topLoop .hd .next {
  background: url("images/icoDown.gif") center no-repeat;
}
.topLoop .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  height: 270px;
}
.topLoop .hd ul li {}
.topLoop .hd ul li.on {
  background: #f00;
}
.topLoop .bd {
  padding: 10px;
}
.topLoop .bd ul {
  overflow: hidden;
  zoom: 1;
}
.tempWrap {
  height: 270px !important
}